SftTabs/NET 6.0

BackColorStart Property, TabClass Class

Softel vdm, Inc.

Defines the tab's starting background color when using a gradient fill (in conjunction with BackColorEnd).

Syntax      TabClass Class (Softelvdm.SftTabsNET)

VB   

Public Property BackColorStart As Color

C#   

public Color BackColorStart { get; set; }

C++   

public: property Color BackColorStart {
        Color get();
        void set(Color value);
}

Property Value

The starting background color.

The default value is Color.Empty.

Comments

The BackColorStart property defines the tab's starting background color when using a gradient fill (in conjunction with BackColorEnd).

If both BackColorStart and BackColorEnd are defined, the tab is rendered using a gradient fill when the tab is not the current tab. On display devices that do not support gradient fills or if fewer than 65K colors are available, the BackColor property is used instead.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com